home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Swimwear Illustrated
/
Swimwear Illustrated.iso
/
mac
/
MAIN8
/
MAIN8.DIR
/
00021_Script_21
< prev
next >
Wrap
Text File
|
1996-02-22
|
298b
|
14 lines
on exitFrame
if not soundbusy(1) then
sound stop 1
sound playfile 1, "mainintr.aif"
end if
repeat with r = 13 to 16
if rollover(r) then
set the visible of sprite r to true
else
set the visible of sprite r to false
end if
end repeat
go loop
end